text/template/parse.Tree.newContinue (method)

3 uses

	text/template/parse (current package)
		node.go#L937: func (t *Tree) newContinue(pos Pos, line int) *ContinueNode {
		node.go#L941: func (c *ContinueNode) Copy() Node                  { return c.tr.newContinue(c.Pos, c.Line) }
		parse.go#L437: 	return t.newContinue(pos, line)